var runtime.reflectOffs
18 uses
runtime (current package)
proc.go#L665: lockInit(&reflectOffs.lock, lockRankReflectOffs)
runtime1.go#L530: if reflectOffs.m == nil {
runtime1.go#L531: reflectOffs.m = make(map[int32]unsafe.Pointer)
runtime1.go#L532: reflectOffs.minv = make(map[unsafe.Pointer]int32)
runtime1.go#L533: reflectOffs.next = -1
runtime1.go#L535: id, found := reflectOffs.minv[ptr]
runtime1.go#L537: id = reflectOffs.next
runtime1.go#L538: reflectOffs.next-- // use negative offsets as IDs to aid debugging
runtime1.go#L539: reflectOffs.m[id] = ptr
runtime1.go#L540: reflectOffs.minv[ptr] = id
type.go#L167: var reflectOffs struct {
type.go#L175: lock(&reflectOffs.lock)
type.go#L177: raceacquire(unsafe.Pointer(&reflectOffs.lock))
type.go#L183: racerelease(unsafe.Pointer(&reflectOffs.lock))
type.go#L185: unlock(&reflectOffs.lock)
type.go#L206: res, found := reflectOffs.m[int32(off)]
type.go#L238: res := reflectOffs.m[int32(off)]
type.go#L280: res := reflectOffs.m[int32(off)]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)